[INFO] cloning repository https://github.com/Exotik850/vita2d-sys
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Exotik850/vita2d-sys" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExotik850%2Fvita2d-sys", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExotik850%2Fvita2d-sys'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e3fdff4eed8d81333e74f7781ad1fe9d8552a554
[INFO] fixing Exotik850/vita2d-sys against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FExotik850%2Fvita2d-sys" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Exotik850/vita2d-sys
[INFO] finished tweaking git repo https://github.com/Exotik850/vita2d-sys
[INFO] tweaked toml for git repo https://github.com/Exotik850/vita2d-sys written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Exotik850/vita2d-sys on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Exotik850/vita2d-sys already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vita-dbgscreen v0.1.2
[INFO] [stderr]   Downloaded vitasdk-sys v0.3.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6
[INFO] running `Command { std: "docker" "start" "d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling vitasdk-sys v0.3.3
[INFO] [stderr]    Compiling vita2d-sys v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: vita2d-sys@0.1.1: $VITASDK not set!
[INFO] [stderr] error: failed to run custom build command for `vitasdk-sys v0.3.3`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/vitasdk-sys-e2c8e0e5994c7163/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=DOCS_RS
[INFO] [stderr]   cargo:rerun-if-env-changed=VITASDK
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr]   thread 'main' (116) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/vitasdk-sys-0.3.3/build.rs:31:13:
[INFO] [stderr]   VITASDK env var is not set
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x598349ea42f8 - std[5c0eaf5403f5fa91]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]      1:     0x598349ea42f8 - std[5c0eaf5403f5fa91]::backtrace_rs::backtrace::trace_unsynchronized::<std[5c0eaf5403f5fa91]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]      2:     0x598349ea42f8 - std[5c0eaf5403f5fa91]::sys::backtrace::_print_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]      3:     0x598349ea42f8 - <<std[5c0eaf5403f5fa91]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6b4415987d471b61]::fmt::Display>::fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]      4:     0x598349eb477a - <core[6b4415987d471b61]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]      5:     0x598349eb477a - core[6b4415987d471b61]::fmt::write
[INFO] [stderr]      6:     0x598349ea7bd2 - std[5c0eaf5403f5fa91]::io::default_write_fmt::<std[5c0eaf5403f5fa91]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:623:11
[INFO] [stderr]      7:     0x598349ea7bd2 - <std[5c0eaf5403f5fa91]::sys::stdio::unix::Stderr as std[5c0eaf5403f5fa91]::io::Write>::write_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/io/mod.rs:1661:13
[INFO] [stderr]      8:     0x598349e8faa6 - <std[5c0eaf5403f5fa91]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]      9:     0x598349e8faa6 - std[5c0eaf5403f5fa91]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:292:27
[INFO] [stderr]     10:     0x598349ea0551 - std[5c0eaf5403f5fa91]::panicking::default_hook
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:319:9
[INFO] [stderr]     11:     0x598349ea070b - std[5c0eaf5403f5fa91]::panicking::panic_with_hook
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:814:13
[INFO] [stderr]     12:     0x598349e8fb94 - std[5c0eaf5403f5fa91]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:680:13
[INFO] [stderr]     13:     0x598349e85019 - std[5c0eaf5403f5fa91]::sys::backtrace::__rust_end_short_backtrace::<std[5c0eaf5403f5fa91]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]     14:     0x598349e903cd - __rustc[33ffaff69ac0afe3]::rust_begin_unwind
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:678:5
[INFO] [stderr]     15:     0x598349eb4eac - core[6b4415987d471b61]::panicking::panic_fmt
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/panicking.rs:80:14
[INFO] [stderr]     16:     0x598349e79c8f - build_script_build[fd4cb9b3bf354653]::main
[INFO] [stderr]     17:     0x598349e7a493 - <fn() as core[6b4415987d471b61]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]     18:     0x598349e79556 - std[5c0eaf5403f5fa91]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stderr]     19:     0x598349e796b9 - std[5c0eaf5403f5fa91]::rt::lang_start::<()>::{closure#0}
[INFO] [stderr]     20:     0x598349e9fcf7 - <&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync as core[6b4415987d471b61]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     21:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::do_call::<&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     22:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::<i32, &dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     23:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::panic::catch_unwind::<&dyn core[6b4415987d471b61]::ops::function::Fn<(), Output = i32> + core[6b4415987d471b61]::panic::unwind_safe::RefUnwindSafe + core[6b4415987d471b61]::marker::Sync, i32>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     24:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:175:24
[INFO] [stderr]     25:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::do_call::<std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:575:43
[INFO] [stderr]     26:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::panicking::catch_unwind::<isize, std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panicking.rs:543:19
[INFO] [stderr]     27:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::panic::catch_unwind::<std[5c0eaf5403f5fa91]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/panic.rs:359:14
[INFO] [stderr]     28:     0x598349e9fcf7 - std[5c0eaf5403f5fa91]::rt::lang_start_internal
[INFO] [stderr]                                  at /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/rt.rs:171:5
[INFO] [stderr]     29:     0x598349e79291 - std[5c0eaf5403f5fa91]::rt::lang_start::<()>
[INFO] [stderr]     30:     0x598349e7a4f5 - main
[INFO] [stderr]     31:     0x76b23a1691ca - <unknown>
[INFO] [stderr]     32:     0x76b23a16928b - __libc_start_main
[INFO] [stderr]     33:     0x598349e78fa5 - _start
[INFO] [stderr]     34:                0x0 - <unknown>
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 4
[INFO] [stdout]    --> src/bindings.rs:780:5
[INFO] [stdout]     |
[INFO] [stdout] 780 |     ["Size of SceGxmInitializeParams"][::std::mem::size_of::<SceGxmInitializeParams>() - 20usize];
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 12
[INFO] [stdout]     --> src/bindings.rs:3994:5
[INFO] [stdout]      |
[INFO] [stdout] 3994 | /     ["Size of SceGxmDepthStencilSurface"]
[INFO] [stdout] 3995 | |         [::std::mem::size_of::<SceGxmDepthStencilSurface>() - 20usize];
[INFO] [stdout]      | |______________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> src/bindings.rs:4017:5
[INFO] [stdout]      |
[INFO] [stdout] 4017 |     ["Size of SceGxmNotification"][::std::mem::size_of::<SceGxmNotification>() - 8usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 36
[INFO] [stdout]     --> src/bindings.rs:4063:5
[INFO] [stdout]      |
[INFO] [stdout] 4063 |     ["Size of SceGxmContextParams"][::std::mem::size_of::<SceGxmContextParams>() - 44usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 48
[INFO] [stdout]     --> src/bindings.rs:4124:5
[INFO] [stdout]      |
[INFO] [stdout] 4124 | /     ["Size of SceGxmDeferredContextParams"]
[INFO] [stdout] 4125 | |         [::std::mem::size_of::<SceGxmDeferredContextParams>() - 48usize];
[INFO] [stdout]      | |________________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 52
[INFO] [stdout]     --> src/bindings.rs:4328:5
[INFO] [stdout]      |
[INFO] [stdout] 4328 | /     ["Size of SceGxmShaderPatcherParams"]
[INFO] [stdout] 4329 | |         [::std::mem::size_of::<SceGxmShaderPatcherParams>() - 68usize];
[INFO] [stdout]      | |______________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> src/bindings.rs:5756:5
[INFO] [stdout]      |
[INFO] [stdout] 5756 | /     ["Size of SceKernelAllocMemBlockOpt"]
[INFO] [stdout] 5757 | |         [::std::mem::size_of::<SceKernelAllocMemBlockOpt>() - 64usize];
[INFO] [stdout]      | |______________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> src/bindings.rs:5814:5
[INFO] [stdout]      |
[INFO] [stdout] 5814 |     ["Size of SceKernelMemBlockInfo"][::std::mem::size_of::<SceKernelMemBlockInfo>() - 24usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 44
[INFO] [stdout]     --> src/bindings.rs:5967:5
[INFO] [stdout]      |
[INFO] [stdout] 5967 |     ["Size of SceFontNewLibParams"][::std::mem::size_of::<SceFontNewLibParams>() - 44usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 36
[INFO] [stdout]     --> src/bindings.rs:6595:5
[INFO] [stdout]      |
[INFO] [stdout] 6595 | /     ["Size of ScePvfCacheSystemInterface"]
[INFO] [stdout] 6596 | |         [::std::mem::size_of::<ScePvfCacheSystemInterface>() - 36usize];
[INFO] [stdout]      | |_______________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 28
[INFO] [stdout]     --> src/bindings.rs:6643:5
[INFO] [stdout]      |
[INFO] [stdout] 6643 |     ["Size of ScePvfInitRec"][::std::mem::size_of::<ScePvfInitRec>() - 28usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> src/bindings.rs:6718:5
[INFO] [stdout]      |
[INFO] [stdout] 6718 | /     ["Size of ScePvfUserImageBufferRec"]
[INFO] [stdout] 6719 | |         [::std::mem::size_of::<ScePvfUserImageBufferRec>() - 24usize];
[INFO] [stdout]      | |_____________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 20
[INFO] [stdout]     --> src/bindings.rs:7230:5
[INFO] [stdout]      |
[INFO] [stdout] 7230 |     ["Size of vita2d_texture"][::std::mem::size_of::<vita2d_texture>() - 100usize];
[INFO] [stdout]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> src/bindings.rs:7257:5
[INFO] [stdout]      |
[INFO] [stdout] 7257 | /     ["Size of vita2d_system_pgf_config"]
[INFO] [stdout] 7258 | |         [::std::mem::size_of::<vita2d_system_pgf_config>() - 8usize];
[INFO] [stdout]      | |____________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0080]: index out of bounds: the length is 1 but the index is 8
[INFO] [stdout]     --> src/bindings.rs:7276:5
[INFO] [stdout]      |
[INFO] [stdout] 7276 | /     ["Size of vita2d_system_pvf_config"]
[INFO] [stdout] 7277 | |         [::std::mem::size_of::<vita2d_system_pvf_config>() - 8usize];
[INFO] [stdout]      | |____________________________________________________________________^ evaluation of `bindings::_` failed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0080`.
[INFO] [stdout] 
[INFO] [stderr] warning: vita2d-sys@0.1.1: $VITASDK not set!
[INFO] [stderr] error: could not compile `vita2d-sys` (lib) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6", kill_on_drop: false }`
[INFO] [stdout] d4a71e8345a165de2c27e6ba27d3c406b0629dbafd3b3da693b42c0b46ed2dd6
